home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gz-files.txt < prev    next >
Text File  |  1993-07-08  |  1KB  |  23 lines

  1. Because the unix `compress' utility is patented (by two separate patents,
  2. in fact), we cannot use it; it's not free software.
  3.  
  4. Therefore, the GNU Project has chosen a new compression utility, `gzip',
  5. which is free of any known software patents and which tends to compress
  6. better anyway.  All compressed files in the GNU anonymous FTP area
  7. (prep.ai.mit.edu:/pub/gnu) have been converted to the new format.  Files
  8. compressed with this new compression program end in `.gz' (as opposed to
  9. `compress'-compressed files, which end in `.Z').
  10.  
  11. Gzip can uncompress `compress'-compressed files and `pack' files
  12. (which end in `.z').  This is possible because the various
  13. decompression algorithms are not patented---only compression is.
  14.  
  15. The gzip program is available from any GNU mirror site in shar, tar, or
  16. gzipped tar format (for those who already have a prior version of gzip and
  17. want faster data transmission).  It works on virtually every unix system,
  18. MSDOS, OS/2, and VMS.
  19.  
  20.  
  21. More information about the contents of the GNU archive may be found in
  22. the file ``DESCRIPTIONS'' in this directory. 
  23.